home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / apps / math / ols.zoo / ols.tes < prev    next >
Encoding:
Text File  |  1993-04-16  |  450 b   |  12 lines

  1. #       ols data.1k -l '_constant x1 x2 y' > r2
  2. #       ols data.1k > r1
  3. #       ols data.1k -l '_constant x1 x2 y' -m 'y = x2 _constant' > r3
  4. #       ols data.1k -l '_constant x1 x2 y' -m 'y = x2 _constant' -p > r4
  5. #       ols data.1k -l '_constant x1 x2 y' -m 'y = x2 _constant' -epp > r5
  6.  
  7.         foreach i (r[1-5])
  8.           echo '------------------------------------------'
  9.           echo $i
  10.           diff $i $i.expected
  11.         end
  12.